home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / dvs10b4.zip / CHANGES.NEW next >
Text File  |  1992-01-12  |  6KB  |  151 lines

  1. Dynamic Verification System revision history
  2.  
  3. REGISTERED DVS USERS:  Please call Discovery BBS and load the
  4. KEYDOOR door program (Type KEYDOOR at main menu) to have a personalized
  5. DVS.KEY file made for you.  This is an encrypted file that contains
  6. your registration information and is NEEDED for registered operation
  7. of DVS 1.0b3 and above.
  8.  
  9.  
  10. 01/12/92: Released as DVS10B4.ZIP, Beta 4
  11.  
  12. - If a user entered 0 when at the Optional registration menu, DVS would
  13.   indicate that 'Script not available'.  Fixed.
  14.  
  15. - Added another configuration file, 'MODEM.CFG', which now contains
  16.   more configuration settings including command to send the modem BEFORE
  17.   dial, dial string, command to send to modem AFTER session, and number
  18.   of dial attempts to make at the given number.  The format is as follows:
  19.  
  20.       MODEM.CFG
  21.  
  22.          AT&M4         Command to send before dialing - Blank = send nothing
  23.          ATDT          Dialing string - makes pulse ATDP possible
  24.          ATM0H1        Command to send after session (take the modem off hook)
  25.          2             Number of dial attempts to make before giving up
  26.  
  27.   If this file does not exist, the defaults listed above will be used.
  28.  
  29. - Added a new script possiblity for when a new user first enters DVS.
  30.   If in REG.CFG a script's file name is listed as NEWREG.SCR, the user
  31.   will automatically be placed into that script when the enter the door.
  32.   For example, if REG.CFG contains the following:
  33.  
  34.                            3
  35.                            Sysop Access
  36.                            SYSOP.SCR
  37.                            70
  38.                            70
  39.                            000000
  40.                            Adult Section Access
  41.                            ADULT.SCR
  42.                            55
  43.                            55
  44.                            000000
  45.                            New User Questionnaire   <- Auto new user script
  46.                            NEWREG.SCR
  47.                            50
  48.                            50
  49.                            000000
  50.  
  51.   The third script (NEWREG.SCR) will be activated.  In this example, as soon
  52.   as a new user enteres DVS, they will be asked the questions in NEWREG.SCR,
  53.   and the access listed in REG.CFG will be granted after callback verification.
  54.   You could enter a low access level in DVS.CFG and a regular verified access
  55.   level in REG.CFG (for the new user script) in order allow a security upgrade
  56.   only after the user has filled out NEWREG.SCR in completion.
  57.  
  58. - DVS is nearing release completion.  There will be one more planned
  59.   beta to test new DVSSETUP procedures.  Please use the newest beta
  60.   and report any problems you encounter as soon as possible.
  61.   Discovery BBS: (714) 457-0359 - HST
  62.  
  63.  
  64. 01/05/92: Released as DVS10B3.ZIP, Beta 3
  65.  
  66. - There was a problem in comparing time to determine if a number
  67.   was available at that time.  The midnight rollover was confusing
  68.   the program and making any non-local number seem NOT AVAILABLE
  69.   under most circumstances.  Fixed.
  70.  
  71. - Added KEY FILE support to registered DVS users, so they would not
  72.   have to call in and download a full copy of DVS when an upgrade
  73.   was released.
  74.  
  75. - DVS is nearing release completion.  There will be one more planned
  76.   beta to test new DVSSETUP procedures.  Please use the newest beta
  77.   and report any problems you encounter as soon as possible.
  78.   Discovery BBS: (714) 457-0359 - HST
  79.  
  80.  
  81.  
  82.  
  83. 01/01/92: Released as DVS10B2.ZIP, Beta 2
  84.  
  85.  
  86.  
  87. - Fixed a small problem in DVSSETUP that would create
  88.   bad CFG files if options were left blank.
  89.  
  90. - Added ability to 'ADD' a number of days to the expiration
  91.   date in both normal verification and optional registration.
  92.   The 'Expiration Date' entry in DVS.CFG and REG.CFG can now
  93.   contain '+xxx' where xxx is the amount of days to add to
  94.   the user's expiration date.  For example, +30 would calculate
  95.   what the date would be 30 days from the time of verification
  96.   and make that date the user's expiration date.
  97.  
  98. - Added a new option in DVS.CFG line 4 (Highest security level)
  99.   to determine which security levels are allowed in the door.
  100.   This should normally be the level you give to your new users,
  101.   however unique configurations can be made with this option.
  102.  
  103. - Added external registration door support.  To activate this,
  104.   create a batch 'EXTERNx.SYS' where x is the node number for
  105.   any particular node.  (Single node systems should use
  106.   EXTERN1.SYS).  When a user's number is not allowed at a particular
  107.   time, they are shown the EXREG text file, and EXTERNx.SYS is
  108.   renamed to EXTERNx.BAT and the door is terminated.  To add
  109.   an external registration door here, your VERIFY batch file
  110.   to call dvs should look something like this:
  111. (Node 1)
  112.         @ECHO OFF
  113.         G:
  114.         CD\PCB\DOORS\DVS
  115.         DVS DVS.CFG G:\PCB
  116.         IF EXIST EXTERN1.BAT EXTERN
  117.         G:
  118.         CD\PCB
  119.         BOARD
  120.  
  121.   and EXTERN1.SYS might look like this:
  122.  
  123.         @ECHO OFF
  124.         G:
  125.         CD\PCB\DOORS\INSTAREG
  126.         INSTAREG INSTAREG.CFG G:\PCB
  127.         REN EXTERN1.BAT EXTERN1.SYS
  128.         G:
  129.         CD\PCB
  130.         BOARD
  131.  
  132.   This way, instead of a caller being told that they're number is
  133.   not allowed at this time, they will be told that they are going
  134.   to enter an external registration door (via EXREG text file),
  135.   EXTERN1.SYS is renamed to EXTERN1.BAT, and DVS is terminated.
  136.   The verify batch file notices that EXTERN1.BAT file exists, and
  137.   runs it (loading INSTAREG in this case).  After INSTAREG is
  138.   finished, EXTERN1.BAT is renamed back to EXTERN1.SYS, and PCBoard
  139.   reloads.
  140.  
  141. - Updated DVSSETUP to reflect configuration file changes
  142.  
  143. - Worked on the documentation (New docs will be in the 1.0 release version)
  144.  
  145.  
  146.  
  147. ---------------------------------------------------
  148. 12/30/91: Initial Beta release, DVS10B1.ZIP, Beta 1
  149.  
  150.  
  151.